Click or drag to resize

MailTipsConfiguration Class

Contains service configuration information for the mail tips service.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeMailTipsConfiguration

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class MailTipsConfiguration

The MailTipsConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyInternalDomains
Identifies the list of internal SMTP domains of the organization.
Public propertyIsMailTipsEnabled
Indicates whether the mail tips service is available.
Public propertyLargeAudienceThreshold
Represents the large audience threshold for a client.
Public propertyMaxMessageSize
Represents the maximum message size a recipient can accept.
Public propertyMaxRecipients
Indicates the maximum number of recipients that can be passed to the GetMailTips Operation.
Public propertyShowExternalRecipientCount
Indicates whether consumers of the GetMailTips Operation have to show mail tips that indicate the number of external recipients to which a message is addressed.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also